com.supermap.mapping

Class ThemeGraphItem

    • Constructor Detail

      • ThemeGraphItem

        public ThemeGraphItem()
        Construction method
      • ThemeGraphItem

        public ThemeGraphItem(ThemeGraphItem themeGraphItem)
        Construction method
        Parameters:
        themeGraphItem - Sub items of a statistical thematic map
    • Method Detail

      • getCaption

        public java.lang.String getCaption()
        Gets alias
        Returns:
        alias
      • setCaption

        public void setCaption(java.lang.String caption)
        Sets alias
        Parameters:
        caption - alias
      • getGraphExpression

        public java.lang.String getGraphExpression()
        Gets the field expression of a statistical thematic map
        Returns:
        The field expression of a statistical thematic map
      • setGraphExpression

        public void setGraphExpression(java.lang.String graphExpression)
        Sets the field expression of a statistical thematic map
        Parameters:
        graphExpression - the field expression of a statistical thematic map
      • getUniformStyle

        public GeoStyle getUniformStyle()
        Gets sub items' styles of a statistical thematic map
        Returns:
        Sub items' styles of a statistical thematic map
      • setUniformStyle

        public void setUniformStyle(GeoStyle uniformStyle)
        Sets sub items' styles of a statistical thematic map
        Parameters:
        uniformStyle - Sub items' styles of a statistical thematic map
      • getRangeSetting

        public ThemeRange getRangeSetting()
        Range style settings of a statistical thematic map
        Returns:
        Range style settings of a statistical thematic map
      • setRangeSetting

        public void setRangeSetting(ThemeRange rangeSetting)
        Range style settings of a thematic map
        Parameters:
        rangeSetting - Range style settings of a statistical thematic map
      • dispose

        public void dispose()
        Release
      • toString

        public java.lang.String toString()
        Output the formatted string of the sub item.
        Overrides:
        toString in class java.lang.Object